home *** CD-ROM | disk | FTP | other *** search
- FastManager = {
- ACTIONS = {
- fullSize:;
- okClicked:;
- };
- OUTLETS = {
- moveText;
- movePanel;
- };
- SUPERCLASS = DocManager;
- };
- DocManager = {
- ACTIONS = {
- appDidInit:;
- setCurrentDoc:;
- save:;
- orderFrontInfo:;
- docWillClose:;
- appWillTerminate:;
- open:;
- saveAs:;
- orderFrontPrefs:;
- };
- OUTLETS = {
- savePanel;
- saveAsButton;
- saveButton;
- openPanel;
- currentDoc;
- prefs;
- info;
- docList;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-